func github.com/klauspost/compress/flate.hash4
7 uses
github.com/klauspost/compress/flate (current package)
deflate.go#L376: func hash4(b []byte) uint32 {
deflate.go#L473: hash := hash4(d.window[s.index:])
deflate.go#L513: h := hash4(d.window[prevIndex+prevLength:])
deflate.go#L537: h := hash4(d.window[s.index:])
deflate.go#L553: h := hash4(d.window[prevIndex+prevLength:])
deflate.go#L578: h := hash4(d.window[s.index:])
deflate.go#L677: h := hash4(d.window[s.index:])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |